ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChart<T> Class / Stacking Property

In This Topic
    Stacking Property (FlexChart<T>)
    In This Topic
    Gets or sets whether and how series objects are stacked.
    Syntax
    'Declaration
     
    Public Property Stacking As Stacking
    public Stacking Stacking {get; set;}
    See Also